home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-03-04 | 3.0 KB | 147 lines |
- # Project: Kalaha
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -throwback -IC:
- Linkflags = -o $@
- ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
-
-
- # Final targets:
- @.!RunImage: @.^.^.RISC_OSlib.o.RISC_OSLib @.o.kalaha @.o.misc @.o.moves \
- @.o.redraw @.o.think @.^.^.CLib.o.Stubs
- link $(linkflags) @.^.^.RISC_OSlib.o.RISC_OSLib @.o.kalaha @.o.misc \
- @.o.moves @.o.redraw @.o.think @.^.^.CLib.o.Stubs
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.kalaha: @.c.kalaha
- cc $(ccflags) -o @.o.kalaha @.c.kalaha
- @.o.misc: @.c.misc
- cc $(ccflags) -o @.o.misc @.c.misc
- @.o.moves: @.c.moves
- cc $(ccflags) -o @.o.moves @.c.moves
- @.o.redraw: @.c.redraw
- cc $(ccflags) -o @.o.redraw @.c.redraw
- @.o.think: @.c.think
- cc $(ccflags) -o @.o.think @.c.think
-
-
- # Dynamic dependencies:
- o.kalaha: c.kalaha
- o.kalaha: h.kalaha
- o.kalaha: C:h.win
- o.kalaha: C:h.wimp
- o.kalaha: C:h.os
- o.kalaha: C:h.sprite
- o.kalaha: C:h.event
- o.kalaha: C:h.menu
- o.kalaha: C:h.baricon
- o.kalaha: C:h.res
- o.kalaha: C:h.resspr
- o.kalaha: C:h.menu
- o.kalaha: C:h.template
- o.kalaha: C:h.dbox
- o.kalaha: C:h.coords
- o.kalaha: C:h.sprite
- o.kalaha: C:h.bbc
- o.kalaha: C:h.werr
- o.kalaha: C:h.wimp
- o.kalaha: C:h.wimpt
- o.kalaha: C:h.alarm
- o.kalaha: C:h.visdelay
- o.misc: c.misc
- o.misc: h.kalaha
- o.misc: C:h.win
- o.misc: C:h.wimp
- o.misc: C:h.os
- o.misc: C:h.sprite
- o.misc: C:h.event
- o.misc: C:h.menu
- o.misc: C:h.baricon
- o.misc: C:h.res
- o.misc: C:h.resspr
- o.misc: C:h.menu
- o.misc: C:h.template
- o.misc: C:h.dbox
- o.misc: C:h.coords
- o.misc: C:h.sprite
- o.misc: C:h.bbc
- o.misc: C:h.werr
- o.misc: C:h.wimp
- o.misc: C:h.wimpt
- o.misc: C:h.alarm
- o.misc: C:h.visdelay
- o.moves: c.moves
- o.moves: h.kalaha
- o.moves: C:h.win
- o.moves: C:h.wimp
- o.moves: C:h.os
- o.moves: C:h.sprite
- o.moves: C:h.event
- o.moves: C:h.menu
- o.moves: C:h.baricon
- o.moves: C:h.res
- o.moves: C:h.resspr
- o.moves: C:h.menu
- o.moves: C:h.template
- o.moves: C:h.dbox
- o.moves: C:h.coords
- o.moves: C:h.sprite
- o.moves: C:h.bbc
- o.moves: C:h.werr
- o.moves: C:h.wimp
- o.moves: C:h.wimpt
- o.moves: C:h.alarm
- o.moves: C:h.visdelay
- o.redraw: c.redraw
- o.redraw: h.kalaha
- o.redraw: C:h.win
- o.redraw: C:h.wimp
- o.redraw: C:h.os
- o.redraw: C:h.sprite
- o.redraw: C:h.event
- o.redraw: C:h.menu
- o.redraw: C:h.baricon
- o.redraw: C:h.res
- o.redraw: C:h.resspr
- o.redraw: C:h.menu
- o.redraw: C:h.template
- o.redraw: C:h.dbox
- o.redraw: C:h.coords
- o.redraw: C:h.sprite
- o.redraw: C:h.bbc
- o.redraw: C:h.werr
- o.redraw: C:h.wimp
- o.redraw: C:h.wimpt
- o.redraw: C:h.alarm
- o.redraw: C:h.visdelay
- o.think: c.think
- o.think: h.kalaha
- o.think: C:h.win
- o.think: C:h.wimp
- o.think: C:h.os
- o.think: C:h.sprite
- o.think: C:h.event
- o.think: C:h.menu
- o.think: C:h.baricon
- o.think: C:h.res
- o.think: C:h.resspr
- o.think: C:h.menu
- o.think: C:h.template
- o.think: C:h.dbox
- o.think: C:h.coords
- o.think: C:h.sprite
- o.think: C:h.bbc
- o.think: C:h.werr
- o.think: C:h.wimp
- o.think: C:h.wimpt
- o.think: C:h.alarm
- o.think: C:h.visdelay
-